All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.core.Date
NSDate
.
[[NSDate
alloc] init]
.
- initWithCoder:
on a newly allocated object.
- compare:
Objective-C instance method.
+ dateWithNaturalLanguageString:locale:
Objective-C class method.
+ distantFuture
Objective-C class method.
+ distantPast
Objective-C class method.
- earlierDate:
Objective-C instance method.
- encodeWithCoder:
Objective-C instance method
defined by the Coding
interface
(known as the NSCoding
Objective-C protocol).
- laterDate:
Objective-C instance method.
- timeIntervalSince1970
Objective-C instance method.
- timeIntervalSinceDate:
Objective-C instance method.
+ timeIntervalSinceReferenceDate
Objective-C class method.
- timeIntervalSinceNow
Objective-C instance method.
- timeIntervalSinceReferenceDate
Objective-C instance method.
public static final double TimeIntervalSince1970
protected Date(boolean shouldAllocate, int objcObject)
public Date()
[[NSDate
alloc] init]
.
public Date(Coder aDecoder)
- initWithCoder:
on a newly allocated object.
public native double timeIntervalSinceReferenceDate()
- timeIntervalSinceReferenceDate
Objective-C instance method.
public native double timeIntervalSinceDate(Date anotherDate)
- timeIntervalSinceDate:
Objective-C instance method.
public native double timeIntervalSinceNow()
- timeIntervalSinceNow
Objective-C instance method.
public native double timeIntervalSince1970()
- timeIntervalSince1970
Objective-C instance method.
public native Date earlierDate(Date anotherDate)
- earlierDate:
Objective-C instance method.
public native Date laterDate(Date anotherDate)
- laterDate:
Objective-C instance method.
public native int compare(Date other)
- compare:
Objective-C instance method.
public static native double timeIntervalSinceDateOfReference()
+ timeIntervalSinceReferenceDate
Objective-C class method.
public static native Object distantFuture()
+ distantFuture
Objective-C class method.
public static native Object distantPast()
+ distantPast
Objective-C class method.
public static native Object dateWithNaturalLanguageStringAndLocale(String string, Dictionary dict)
+ dateWithNaturalLanguageString:locale:
Objective-C class method.
public native void encodeWithCoder(Coder aCoder)
- encodeWithCoder:
Objective-C instance method
defined by the Coding
interface
(known as the NSCoding
Objective-C protocol).
All Packages Class Hierarchy This Package Previous Next Index